Einhugur OpenDocument Text Plugin for Xojo

Hyperlink.Items Method

Returns ParagraphItemIterator for the items in the hyperlink. This function is for using with for each statements.

Items() as EinhugurODT.ParagraphItemIterator

Parameters

Returns

EinhugurODT.ParagraphItemIterator

Remarks

Usage:


for each it as ParagraphItem in link.Items
    // Your code here
next



Iterators are not supported on Xojo 2019r1. You need newer Xojo to use Iterators.

See Also

Hyperlink Class